[Post] /pet/{petId}/uploadImage - uploads an image


Parameters

petId   ( integer {$int64} ) - ID of pet to update


RequestBody

multipart/form-data   ( object )

  • additionalMetadata   ( string ) - Additional data to pass to server
  • file   ( string {$binary} ) - file to upload

Response

200 - successful operation

application/json   ( ApiResponse )

  • code   ( integer {$int32} )
  • type   ( string )
  • message   ( string )